home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2002 June / PC-WELT 6-2002.ISO / css / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-16  |  720 b   |  61 lines

  1. .infotable
  2. {
  3.     color: white;
  4.     font-weight: bold;
  5.     FONT-FAMILY: Verdana;
  6.     FONT-SIZE: 11px;
  7. }
  8.  
  9. .subtitleblack
  10. {
  11.     COLOR: #AA0000;
  12.     FONT-FAMILY: Tahoma;
  13.     FONT-SIZE: 17px;
  14.     FONT-WEIGHT: bold;
  15.     line-height: 17px;
  16. }
  17.  
  18. .abstract
  19. {
  20.     COLOR: #AA0000;
  21.     FONT-FAMILY: Verdana;
  22.     FONT-SIZE: 13px;
  23.     FONT-WEIGHT: bold;
  24. }
  25.  
  26. .txtmain
  27. {
  28.     color: Black;
  29.     font-family: tahoma;
  30.     font-size: 12px;
  31. }
  32.  
  33. .whitelink
  34. {
  35.     color: white;
  36.     font-family: tahoma;
  37.     font-size: 11px;
  38. }
  39.  
  40. a
  41. {
  42.     color:black;
  43.     font-weight: bold;
  44.     font-size: 11px;
  45. }
  46.  
  47. a:hover
  48. {
  49.     text-decoration: undline;
  50.     color: #AA0000;
  51. }
  52.  
  53. a#nounderline
  54. {
  55.     text-decoration: none;
  56. }
  57.  
  58. a#white
  59. {
  60.     color: White;
  61. }